'Declaration Public Overloads Sub Read( _ ByVal Array() As Byte, _ Optional ByVal readBehaviours As ReadBehaviours _ )
'Usage Dim instance As DicomImage Dim Array() As Byte Dim readBehaviours As ReadBehaviours instance.Read(Array, readBehaviours)
public void Read( byte[] Array, ReadBehaviours readBehaviours )
public: void Read( array<byte>^ Array, ReadBehaviours^ readBehaviours )
Parameters
- Array
Byte Array to read
- readBehaviours
The behaviours to be used when reading this stream